喔喔喔!沒想到 Atlassian 能在官網文件上講出了這麼確切的說明:
Gitflow is a legacy Git workflow that was originally a disruptive and novel strategy for managing Git branches. Gitflow has fallen in popularity in favor of trunk-based workflows, which are now considered best practices for modern continuous software development and DevOps practices. Gitflow also can be challenging to use with CI/CD.
還在用 GitFlow 管理分支,但又想要讓 CI/CD 更加順暢的朋友們,真的該考慮一下 trunk-based workflow 啦。